libxl: Introduce DOMAIN_DESTROYED error code
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 10 Feb 2015 17:48:40 +0000 (17:48 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 26 Jun 2015 15:53:50 +0000 (16:53 +0100)
commit668a3dd1f0ae015858bf3c32813de358753c52c4
treecbbf4ef1e8cc7473e8e84bf6b61facf507978fa6
parent698232a43a81a633c2c393df727b18e0d03da257
libxl: Introduce DOMAIN_DESTROYED error code

This is currently reported only by the bootloader code, if the domain
is destroyed while the bootloader is running.

In the future it would be nice to return it for other circumstances
where the domain existed when the operation started but subsequently
vanished.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
---
v4: Add a comment about the new error code's semantics
v2: New in this version of the series.
tools/libxl/libxl_bootloader.c
tools/libxl/libxl_types.idl